@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body{
    margin: 0;
    background-color: #f7f7f7;
    color: #eee;
    font-family: Poppins;
    text-align: justify;
}

.link {
    text-decoration: none;
}

header{
	position: fixed;
	top: 0;
    left: 0;
    width: 100%; 
    box-sizing: border-box;
    background: black;
    color: white;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	z-index: 100;
}

header a{
    color: #eee;
    margin-right: 40px;
}

.header img {
    width: 15%;
    margin-left: 11px;
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
}

.header img:hover {
    transform: scale(1.05); /* Solo zoom */
    filter: drop-shadow(0 0 15px rgba(255, 255, 255, 250)); /* Resplandor sin fondo */
}

.navbar-nav .nav-link {
    color: white;
    padding: 8px 12px;
    font-size: 30px;
}

.navbar-nav .nav-link:hover {
    background-color: #0057b8;
    border-radius: 5px;
}

/* Video Section */
.video-container {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.video-container video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Imagen y descripción */
.image-description-section {
    height: 100vh;
    margin-top: 50px;
    width: 100vw;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background: white;
}

.image-description-section img {
    width: 40%;
    border-radius: 8px;
    margin: 0 50px;
}

.image-description-section .content {
    max-width: 800px;
    text-align: justify;
    font-size: 25px;
}

.btn-primary {
    border: none;
    background-color: #182947;
    letter-spacing: 3px;
    font-family: Poppins;
    font-weight: 500;
    color: #fff;
    padding: 10px 30px;
    font-size: 30px;
    border-radius: 10px;
    
}

.card img {
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    object-fit: cover; 
    border-radius: 8px; 
}

.card-imagen {
    margin-top: 50px;
    margin-left: 150px;
    width: 100%; 
    height: 200px; 
    object-fit: cover; 
    border-radius: 10px; 
}

.blog-title {
    text-decoration: none;
    font-size: 30px;
    color: black;
    transition: color 0.3s ease-in-out;
}

.blog-title:hover {
    color: #1973cd;
    font-weight: bold; /* Resalta más */
}

.card-body .btn-primary {
    margin-top: 10px;
}

/* carousel */
.carousel{
    height: 100vh;
    margin-top: -50px;
    width: 100vw;
    overflow: hidden;
    position: relative;
}


.background-image {
    position: relative;
    background-image: url('image/Blog/blogfondo.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.background1 {
    position: relative;
    background-image: url('image/Escaner.jpg');
    background-size: cover;
    background-position: center;
    height: 85vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;  
}


.background-sec {
    position: relative;
    background-image: url('image/lidar/infra_fisica.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;  
}

.background-sec2 {
    position: relative;
    background-image: url('image/lidar/2lidar.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;  
}

.background-hyper {
    position: relative;
    background-image: url('image/hiper/123.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;  
}

.background-white {
    position: relative;
    height: 95vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;  
}

.background-blue {
    position: relative;
    height: 95vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.background-blue::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 67.5%; 
    height: 80%; 
    background-color: rgb(6, 9, 73);
    border-radius: 0px 125px 100px 0px;
    top: 100px;
    left: 0; 
    bottom: 0;
    z-index: -1;
}

.container-lid {
    position: relative; 
    height: 100px;
    width: 900px;
    margin: 1125px 0px 0px 50px;
}

.container-bim {
    margin-top: 413px;
    width: 40%; 
    height: 35%; 
    background-color: rgba(6, 9, 73, 0.6);
    border-radius: 0px 100px 100px 0px;
    position: absolute; 
    top: 0; 
    left: 0; 
    bottom: 0;
}

.titulo-lid{
    position: absolute;
    color: #fff;
    font-size: 80px;
    font-weight: 800;
    margin: auto;
}

.titulo-bim{
    position: absolute;
    color: #fff;
    font-size: 80px;
    font-weight: 600;
    margin: 100px 0px 0px 100px;
}

.info-bim{
    position: absolute;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    margin: 200px 0px 0px 100px;
}

.container-info {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    width: 3000px;
    margin: auto;
    text-align: center;   
    height: 80vh;
}

.container-infoexp {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    width: 3400px;
    margin: auto;
    text-align: center;   
    height: 80vh;
}

.container-full {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    width: 100%;
    margin: auto;
    text-align: center;   
    height: 95vh;
    align-items: stretch;
    margin-top: 50px;
}

.informacion-der{
    flex: 1;
    text-align: justify;
    font-size: 55px;
    max-width: 70%;
    padding: 0 2.5%;
}

.informacion-derh{
    flex: 1;
    text-align: justify;
    font-size: 35px;
    max-width: 50%;
    padding: 2.5% 2.5%;
}

.informacion-derexp{
    flex: 1;
    text-align: justify;
    font-size: 45px;
    max-width: 70%;
    padding: 2.5%;
}

.informacion-derexpand{
    flex: 1;
    text-align: justify;
    font-size: 25px;
    max-width: 70%;
    padding: 2.5%;
}

.informacion-derexp h5{
    font-size: 65px;
}

.imagen-der{
    flex: 2;
    width: 800px;
    height: 800px;
    object-fit: cover;
    margin: auto;
}

.imagen-dera{
    flex: 2;
    width: 400px;
    height: 800px;
    object-fit: cover;
    margin: auto;
}

.imagen-dera img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.imagen-der img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.imagen-der-cir{
    width: 800px;
    height: 800px;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    margin: auto;
}

.imagen-der-cir img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.container-hiper {
    width: 10%; 
    height: 100%; 
    flex-shrink: 0; 
}

.imagen-derexp {
    position: relative;
    left: 0; 
    top: 0;
    bottom: 0; 
    height: 95%;
}

.imagen-derexp img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 25px 25px 0px;
}

.color-background {
    width: 50%; 
    height: auto; 
    background-color: rgba(6, 9, 73, 0.7);
    position: absolute; 
    top: 0; 
    left: 0; 
    bottom: 0;
    display: flex;
    align-items: center;
}


.informacion-izq{
    flex: 1;
    color: #fff;
    text-align: justify;
    font-size: 55px;
    padding: 2.5%;
    display: flex; 
    flex-direction: column; 
    justify-content: flex-start; 
}

.informacion-izqui{
    flex: 1;
    color: #fff;
    text-align: justify;
    font-size: 25px;
    padding: 2.5%;
    display: flex; 
    flex-direction: column; 
    justify-content: flex-start; 
}

.info-blog{
    flex: 1;
    color: #000000;
    text-align: justify;
    font-size: 25px;
    padding: 2.5%;
    display: flex; 
    flex-direction: column; 
    justify-content: flex-start; 
}

.informacion-izq2{
    flex: 1;
    color: #fff;
    text-align: justify;
    font-size: 30px;
    padding: 0 6.5%;
    display: flex; 
    flex-direction: column; 
    justify-content: space-evenly; 
}

.rec-info {
    background-color: rgb(6, 9, 73); 
    padding: 20px; 
    margin-bottom: 25px; 
    border-radius: 20px; 
}

.rec-info h3 {
    color: #fff; 
    margin-top: 0; 
    margin-bottom: 10px;
    font-size: 35px;
}
  
.rec-info p {
    color: #eee;
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 25px;
}

.background-bim {
    position: relative;
    background-image: url('image/inicio/BIM.png');
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    display: flex;
    justify-content: center;  
}

.contenedor-centrado {
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center; 
    text-align: center;
    width: 80%;
    max-width: 2000px;
    margin: 0 auto;
}
  
.tit-hiper {
    font-size: 80px; 
    color: #000000;
    margin-bottom: 40px; 
}
  
.tex-hiper {
    font-size: 45px;
    padding: 20px;
    color: #000000;
    line-height: 1.5; 
}

#comparison{width:100%;overflow:hidden;position:relative}
figure{position:absolute;background-size:cover;font-size:0;margin:0}
#divisor{background-size:cover;position:absolute;width:50%;box-shadow:0 5px 10px -2px rgba(0,0,0,0.3);bottom:0;height:100%}
#divisor::before,#divisor::after{content:'';position:absolute;right:-2px;width:4px;height:calc(50% - 23px);background:#fff;z-index:3}
#divisor::before{top:0}
#divisor::after{bottom:0}
#handle{position:absolute;height:50px;width:50px;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);z-index:1;border-radius:100%;background-color:#6C7A89}
#handle::before,#handle::after{content:'';width:0;height:0;border:6px inset transparent;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
#handle::before{border-right:6px solid #fff;left:50%;margin-left:-16px}
#handle::after{border-left:6px solid #fff;right:50%;margin-right:-16px}
input[type=range]{-webkit-appearance:none;-moz-appearance:none;position:absolute;top:50%;left:-25px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:transparent;width:calc(100% + 50px);z-index:2;margin:0;padding:0;height:50px;text-indent:0.01px;text-overflow:'';}
input[type=range]:focus,input[type=range]:active{border:none;outline:none}
input[type=range]::-moz-focus-outer{border:0;}
input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;border:none;height:50px;width:50px;border-radius:50%;background:transparent;border:4px solid #fff;box-shadow:0 0 8px 1px rgba(0,0,0,0.3)}
input[type=range]::-moz-range-track{-moz-appearance:none;height:15px;width:100%;background-color:transparent;position:relative;outline:none;text-indent:0.01px;text-overflow:'';}
input[type=range]::-moz-range-thumb,input[type=range]:focus::-moz-range-thumb{box-shadow:none;border:none;height:0;width:0;border-radius:0;background:transparent;cursor:pointer;text-indent:0.01px;text-overflow:'';}
input[type=range]::-ms-thumb{box-shadow:none;border:none;height:0;width:0;border-radius:0;background:transparent;cursor:pointer}

.contacto-tit {
    font-size: 44px;
    color: #080808;
}

.margen{
    margin-left: 40%;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    color: #555;
}

input, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

input:focus, textarea:focus {
    border-color: #4CAF50;
    outline: none;
}

.button-cont {
    padding: 10px 15px;
    background-color: #182947;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    text-align: justify;
    width: 100%;
}

.button-cont:hover {
    background-color: #1549A4;
}

#cad3d ul {
    list-style: none;
    padding-left: 0;
}

#cad3d ul li {
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    position: relative;
}

#cad3d ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #0057b8;
    font-weight: bold;
}






/* ----------------------------------------------- */

.titulo-esquina {
    position: absolute; /* para colocar sobre imagen/fondo */
    top: 75vh; /* mejor que 500px para responsividad vertical */
    left: 0.1vw;
    color: white;
    background: rgba(116, 106, 196, 0.961);
    padding: 13px 60px;
    border-radius: 20px;
    max-width: 90%;
    z-index: 2; /* Asegura que esté encima */
  }
  
  .titulo-esquina h1 {
    margin: 0;
    font-size: 3rem;
    line-height: 1.2;
  }
  
  /* Responsivo para pantallas pequeñas */
  @media screen and (max-width: 768px) {
    .titulo-esquina {
      top: 10vh;
      left: 4vw;
      padding: 8px 15px;
    }
  
    .titulo-esquina h1 {
      font-size: 2rem;
    }
  }

  .backgroud-solid{
  /* Antes: margin-top: 200px; margin-left: 600px; */
  margin-top: 20vh;         /* 20% de la altura de la ventana */
  margin-left: 30%;         /* 30% del ancho de la ventana */
  width: 70%;               /* Ocupa el 70% restante a la derecha */
  background-color: #0c0c3c;
  padding: 100px 60px;
  position: relative;

  }

  .contenedor-contenido {
    margin-left: 160px;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    padding: 40px 150px;
    border-radius: 8px;
    background-color: #0c0c3c;
    font-size: 1.1rem;
    line-height: 1.5;   
    text-align: justify;
    color:white ;
    z-index: 1;
  }
  
  
  .texto-bloque {
    margin-left: 270px; /* para dejar espacio a la imagen */
    color: white;
  }
  
  .texto-bloque p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 1rem;
    text-align: justify;
  }

/* .imagen-flotante{
    width: 200px;
    height: 200px;
    background-image: url('image/tubos2.png');
    margin: 10px;
    float: left;
} */

.contenido-escaner {
    background: white; 
    padding: 20px 30px;
    display: flex;
    justify-content: center;
   
}

.texto-escaner {
    margin-top: 50px;
    max-width: 1200px;
    color: #000000;
    font-size: 1.1rem;
    text-align: justify;
    line-height: 1.5; 
}
  
@media screen and (max-width: 768px) {
    .contenido-descripcion {
        padding: 0 10px;
        font-size: 0.95rem;
    }
}

.texto-bloque {
margin-left: 0;
}

.imagen-sobrepuesta{

    flex: 1;
    max-width: 800px;
}

.imagen-sobrepuesta img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


  /* ----------------------------------------------- */

  .satelital {
    background-image: url('image/imagensatelital.png');
    background-size: cover;
    background-position: center;
    height: 80vh; 
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.contenido-satelital {
    max-width: 800px;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 30px; /* Controla qué tan pegado está al borde inferior */
}
.contenido-satelital p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0;
}

.sectores-satelitales {
    background: white;
    color: black;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 30px 20px;
    border-radius: 15px;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
    width: 90%;
    max-width: 1000px;
}

@media screen and (max-width: 768px) {
    .contenido-satelital p {
        font-size: 1rem; /* Texto más pequeño en móvil */
    }

    .contenido-satelital {
        padding: 15px;
    }
}

.sector {
    text-align: center;
    flex: 1;
    padding: 0 10px;
}

.sector img {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.sector p {
    margin: 0;
    font-weight: 500;
}

@media (max-width: 768px) {
    .sectores-satelitales {
        flex-direction: column;
        position: static;
        transform: none;
        margin-top: 20px;
    }

    .sector {
        margin-bottom: 20px;
    }
}

.contenedor-img {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    padding: 100px 100px;
    max-width: 2000px;
    margin: 0 auto;
}

.bloque-parrafo {
    flex: 1;
    max-width: 600px;
    font-size: 1.2rem;
}

.bloque-parrafo h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #222;
}

.bloque-parrafo p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #444;
}

.bloque-imagen {
    flex: 1;
    max-width: 500px;
}

.bloque-imagen img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.bloque-imagen1 {
    flex: 1;
    max-width: 800px;
}

.bloque-imagen1 img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}


.seccion-beneficios {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    min-height: 250px;
    position: relative;
    overflow: hidden;
}

.beneficios-texto {
    flex: 1;
    background: rgba(0, 20, 60, 0.8); /* Azul oscuro con transparencia */
    color: white;
    padding: 40px 30px;
    min-width: 300px;
    max-width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.beneficios-texto h2 {
    font-size: 1.8rem;
    margin-left: 40px;
    margin-bottom: 20px;
}

.beneficios-texto ul {
    list-style: disc;
    padding-left: 40px;
}

.beneficios-texto ul li {
    margin-bottom: 35px;
    font-size: 1rem;
    line-height: 1.6;
}

.beneficios-imagen {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: stretch;
}

.beneficios-imagen img {
    width: 100%;
    height: auto;
    max-height: 500px; 
    object-fit: cover; 
    border-radius: 0;
}

@media screen and (max-width: 768px) {
    .seccion-beneficios {
        flex-direction: column;
    }

    .beneficios-texto, .beneficios-imagen {
        width: 100%;
        max-width: 100%;
    }

    .beneficios-texto {
        padding: 40px 20px;
    }

    .beneficios-imagen img {
        height: auto; /* Ajusta la altura al ancho para que no se corte en móvil */
    }
}


.imagenes-servicios{
    position: relative;
    margin: 40px 0;
    background-image: url('image/satelite.png');
}

/* --------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- */
  
.encabezado-modelos {
    background-image: url('image/tubos.png');
    background-size: cover;
    background-position: center;
    height: 50vh; 
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.seccion-tarjetas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
    padding: 60px 20px;
}

.tarjeta {
    background-color: #0c0c3c;
    color: white;
    width: 300px;
    padding: 30px 20px;
    border-radius: 8px;
    clip-path: polygon(50% 0%, 100% 20px, 100% 100%, 0 100%, 0 20px); /* Hace el pico arriba */
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.tarjeta h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    text-align: center;
}

.tarjeta p, .tarjeta ul {
    font-size: 0.95rem;
    line-height: 1.5;
}

.tarjeta ul {
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .seccion-tarjetas {
        flex-direction: column;
        align-items: center;
    }

    .tarjeta {
        width: 90%;
    }
}

  .contenedor {
    max-width: 1200px; /* Ancho máximo del contenido */
    margin: 0 auto; /* Centra el contenido en la página */
    padding: 20px; /* Espacio alrededor del contenido */
  }
  
  .encabezado {
    text-align: center; /* Centra el texto del encabezado */
    padding: 20px 0; /* Espacio vertical alrededor del encabezado */
  }
  
  .seccion-principal {
    display: flex; /* Permite alinear los elementos en fila */
    gap: 20px; /* Espacio entre los elementos de la sección principal */
    align-items: center; /* Alinea verticalmente los elementos al centro */
     }
  
  .texto-principal {
    flex: 1; /* El texto ocupa la mayor parte del espacio disponible */
      }
  
  .imagen-principal {
flex: 1; /* La imagen ocupa la mayor parte del espacio disponible */
}
  
  .imagen-principal img {
    max-width: 100%; /* Asegura que la imagen no exceda el ancho de su contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
    display: block; /* Evita espacios extra debajo de la imagen */
  }
  
  .seccion-info {
    background-color: #333; /* Color de fondo oscuro */
    color: #fff; /* Color de texto blanco */
    padding: 20px; /* Espacio dentro de la sección de información */
    margin-top: 20px; /* Espacio superior para separar las secciones */
  }
  
  .seccion-info h3 {
    margin-top: 0; /* Elimina el margen superior predeterminado del título */
      }
  
  
  
  /* Adaptar para pantallas más pequeñas */
  @media (max-width: 768px) {
    .seccion-principal {
      flex-direction: column; /* Apila los elementos en pantallas pequeñas */
      }
       }
/* ------------------------------------------------------------------------- */

.integracion-modelos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 20px;
  }
  
  .imagen-integracion {
    flex: 0 0 400px; /* ancho fijo del bloque de imagen */
  }
  
  .imagen-integracion img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  }
  
  .texto-integracion {
    flex: 1;
    min-width: 280px;
  }
  
  .texto-integracion h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #182947;
    line-height: 1.2;
  }
  
  .texto-integracion p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
    margin: 0;
  }
  
  
  @media screen and (max-width: 768px) {
    .integracion-modelos {
      flex-direction: column;
      text-align: center;
    }
  
    .imagen-integracion {
      flex: none;
      width: 80%;
      max-width: 350px;
      margin-bottom: 20px;
    }
  
    .texto-integracion {
      min-width: auto;
    }
  }
  

/* ------------------------------------------------------------------------ */

.imagen-blog {
    background-image: url('image/slider-n1.png');
    background-size: cover;
    background-position: center;
    height: 80vh; 
    position: relative;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.contenido-blog {
    max-width: 800px;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 30px; 
}
.contenido-blog p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0;
}

/* ------------------------ Otras entrasas ------------------------ */
.services-section {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  
  /* Header */
  .services-header h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #182947;
  }
  
  .services-header p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 40px;
  }
  
  /* Cards grid */
  .services-cards {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  
  /* Individual card */
  .service-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    align-items: start;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }
  
  .service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  }
  
  /* Icon */
  .service-card .icon {
    font-size: 2rem;       
    margin-bottom: 16px;
  }
  
  /* Title */
  .service-card h2 {
    font-size: 1.25rem;
    color: #182947;
    margin-bottom: 12px;
  }
  
  /* Description */
  .service-card p {
    flex: 1;               /* hace que el link baje al fondo */
    font-size: 0.95rem;
    line-height: 1.5;
    color: #555;
    margin-bottom: 16px;
  }
  
  /* Read more link */
  .service-card .card-link {
    font-weight: 500;
    color: #182947;
    text-decoration: none;
  }
  .service-card .card-link:hover {
    text-decoration: underline;
  }
  
  /* CTA Button */
  .entradas {
    margin-top: 40px;
  }
  .entradas .btn-outline {
    display: inline-block;
    padding: 10px 24px;
    border: 2px solid #182947;
    border-radius: 4px;
    color: #182947;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
  }
  .entradas .btn-outline:hover {
    background: #182947;
    color: #fff;
  }
  
  /* Responsive tweaks */
  @media (max-width: 600px) {
    .services-header h2 { font-size: 2rem; }
    .services-header p { font-size: 0.9rem; }
    .service-card { padding: 20px 12px; }
  }
  




.titulos{
    font-size: 80px;
    font-family: Poppins;
    color: #182947;
    text-align: center;
}

.btn-primary {
    background-color: #182947;
    letter-spacing: 3px;
    font-family: Poppins;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
    min-height: 80px; 
}

.btn-center {
        display: flex;
        justify-content: center;  
        margin-top: 10px;
}

.blog-pad{
     padding-top: 100px;
}

.container-blog {
    grid-area: blog;
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    margin: auto;
    text-align: center;   
    height: 95vh;
    margin-bottom: 50px;
} 

.container-tec {
    position: relative;
    width: 100%;
    margin: auto;
    text-align: center;   
    height: 90vh;
    margin-bottom: 250px;
    padding-top: 100px;
}

.flex-tec{
    display: grid;
    grid-template-columns: auto auto auto;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
}

.card-tec{
    width: 350px;
    height: 450px;
    text-align: center;
    margin: 10px;
    background-color: #182947;
    color: #ffffff;
    border-radius: 10px;
}

.card-title {
    margin: 10px 0px;
}

.card img {
    width: 100%; 
    height: 200px; 
    object-fit: cover; 
    border-radius: 8px; 
}

.card-imgn {
    width: 95%; 
    height: 75%; 
    margin-top: 2.5%;
    object-fit: cover; 
    border-radius: 10px;
}

.informacion-izq{
    flex: 1;
    text-align: justify;
    font-size: 35px;
    max-width: 50%;
    padding-top: 5%;
}

.imagen-der{
    width: 600px;
    height: 600px;
    object-fit: cover;
    overflow: hidden;
}

.imagen-der img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .imagen-derext{
    width: 700px;
    height: 700px;
    object-fit: cover;
    overflow: hidden;
}

.imagen-derext img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.blog-title {
    text-decoration: none;
    color: black;
    transition: color 0.3s ease-in-out;
}

.blog-title:hover {
    color: #1973cd;
    font-weight: bold; /* Resalta más */
}

.btn-primarytec{
	position: absolute;
	bottom: 20px;
	left: 160px;
	width: 30px;
	height: 30px;
    color: #fff;
    background-color: #182947;
    border: 2px solid #fff;
    font-family: Poppins;
    padding: 6px 12px;
    border-radius: 50px;
}









.container-foot {
    display: flex;
    justify-content: center;
    max-width: 1800px;
    margin: 0 auto;
    padding: 0 15px;
}

.flex-basic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

#footer {
  background: #010351;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  width: 100%;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  margin-right: 30px;
  background: #010246;
  color: #fff;
  border-top: 4px solid #ffffff;
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #000000;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffffff;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px 6px 15px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1acc8d;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #149f6e;
}

#footer .copyright {
  border-top: 1px solid #010479;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}